crypto/tls.newSessionTicketMsgTLS13.label (field)
7 uses
crypto/tls (current package)
handshake_client_tls13.go#L852: if len(msg.label) == 0 {
handshake_client_tls13.go#L876: session.ticket = msg.label
handshake_messages.go#L1174: label []byte
handshake_messages.go#L1188: b.AddBytes(m.label)
handshake_messages.go#L1213: !readUint16LengthPrefixed(&s, &m.label) ||
handshake_server_tls13.go#L989: m.label, err = c.config.WrapSession(c.connectionStateLocked(), state)
handshake_server_tls13.go#L999: m.label, err = c.config.encryptTicket(stateBytes, c.ticketKeys)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |